home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / plotting / spli.doc < prev    next >
Text File  |  1992-01-06  |  2KB  |  35 lines

  1. /**************************************************************************\
  2.  
  3.                         Spheric Lissajous Curves
  4.                         ~~~~~~~~~~~~~~~~~~~~~~~~
  5.                               Version 1.00
  6.                               
  7.    This program can generate spheric lissajous curves. This is done with
  8.    a slightly changed algorithm. I took this one out of 'Spektrum der 
  9.    Wissenschaft' recently and wrote a program.
  10.    
  11.    When the display screen/window opens, there will be drawn a blue cir-
  12.    cle (you can think of the 'sphere'). After this white and black points
  13.    will be set in the window. The white lines can be seen from the north-
  14.    pole of the sphere, the black lines from the side.
  15.    
  16.    If you want to know more about the algorithm, click on the 'SpLi.c' 
  17.    icon and search for the marked part of the source.
  18.    
  19.    This is a very simple-held program and you can do with it whatever you
  20.    want --- but don't blame me afterwards !!! THIS IS PUBLIC DOMAIN.
  21.    
  22.    Hope to see you at the AMIGA '91 Expo in Cologne. So far ...
  23.                 
  24.                         
  25.                         C.R.
  26.  
  27.  
  28.    Don't take the SpLi-Icon tooo serious ...
  29.                         
  30. \**************************************************************************/
  31.  
  32. ****************************************************************************
  33. P.S. : If you have hugely expanded the program please send me a copy of it.
  34. **************************************************************************** 
  35.